chore(deps): update upm project dependency com.unity.services.authentication to v3 (develop) - abandoned #3261
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.4->3.4.0✅ Editor bump: Not required for testproject/Packages/manifest.json
This is probably safe to merge for this project
Release Notes
com.unity.services.authentication (com.unity.services.authentication)
v3.4.0Compare Source
Added
PlayerAuthenticationcomponent to manage authentication in the scene authoring.Changed
v3.3.3Compare Source
Fixed
IAuthenticationService.SwitchProfile()was not working properlyv3.3.1Compare Source
Added
Fixed
AuthenticationStateis in invalid state when access token is changed after sign-out or sign-inv3.3.0Compare Source
Added
LastNotificationDatefield to inform the client of the player's notifications last created date.GetNotificationsAsyncmethod to allow the client to request the player's notificationsNotificationsfield to cache the notifications after GetNotificationsAsync is calledBannedUsererror code to identify an exception when a user has been banned.Fixed
v3.2.0Compare Source
Changed
Custom Token ExchangeID provider toCustom ID.Added
GetCustomIdmethod to PlayerInfo.SignInWithSteamAsyncmethod withappIdparameter for Multiple App Id SupportLinkWithSteamAsyncmethod withappIdparameter for Multiple App Id SupportAdditional App IDsto Steam ID Provider for Multiple App Id supportFixed
v3.1.0Compare Source
Added
ProcessAuthenticationTokensmethod to enable BYOI custom id sign-in.v3.0.0Compare Source
Changed
Added
IAccessTokenvalue.GenerateSignInCodeAsyncmethod to generate a sign-in code that can be used to sign-in.SignInWithCodeAsyncmethod to sign in using the previously generated sign-in code. This method can optionally poll the server for sign-in confirmation.GetSignInCodeInfoAsyncmethod to fetch information about a given sign-in code.ConfirmCodeAsyncmethod for sending a request to confirm a provided sign-in code.SignInCodeReceivedwhich is triggered whenSignInWithCodeAsyncmethod successfully generates aSignInCode.SignInCodeExpiredwhich is invoked when the sign-in code expires.v2.7.4Compare Source
Added
Changed
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Unity Renovate Bot.